home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / recent / iib122.lha / IIB / Threads / Helpful_ARexx_Macros < prev    next >
Internet Message Format  |  1998-03-07  |  4KB

  1. Date:         Tue, 6 Jan 1998 14:48:19 -0500
  2. From: "Ash R. J. Wyllie" <ashw@LR.NET>
  3. Subject:      [IML] Arexx: A help macro
  4.  
  5. /*  open a multiview window on a ModePro'ed public screen  */
  6. /*  called 'Imagine'                                       */
  7. /*  I have my doc files in 'docs' and a user gadget Help   */
  8. /*  Put rexx/help.irx in one of the rexx slots in the      */
  9. /*  prefs editor and then use standard user gadget setup   */
  10. /*  It works, even if direct use from a menu doesn't.      */
  11.  
  12. address command 'sys:utilities/multiview file docs pubscreen "Imagine"'
  13.  
  14. ---------------------------------
  15.  
  16. Date:         Sun, 11 Jan 1998 13:23:42 -0500
  17. From: "Ash R. J. Wyllie" <ashw@LR.NET>
  18. Subject:      [IML] AREXX: Another little stupid script
  19.  
  20. ==
  21. /* newcli.irx - opens a shell on a ModePro Imagine public screen */
  22.  
  23. ADDRESS command 'newshell "con:0/22/638/100/arexx-shell/CLOSE/SCREEN Imagine"'
  24. exit
  25. ==
  26.  
  27. ---------------------------------
  28.  
  29. Date:         Mon, 16 Feb 1998 17:28:32 -0500
  30. From: "Ash R. J. Wyllie" <ashw@LR.NET>
  31. Subject:      [IML] Arexx: Another silly macro
  32.  
  33. Here's another little macro, for those who want to write more macros... I call
  34. it GoldEd.irx .
  35.  
  36. --
  37. /* open GoldEd on Imagine's screen */
  38.  
  39. address command "sys:golded/golded screen = Imagine_1 "
  40. --
  41.  
  42. with the ncli.irx macro (and Help.irx macro) you can do your editing and
  43. testing of new macros on Imagine's public screeen. It should save time.
  44.  
  45. ---------------------------------
  46.  
  47. Date:         Fri, 17 Oct 1997 22:59:23 -0600
  48. From: bjones@cadvision.com
  49. Subject:      [IML] AMIGA: ARexx script
  50.  
  51. Hello Amiganauts
  52.  
  53. I just uploaded and ARexx script to the Imagine FTP site and Aminet.
  54.  
  55.    An Arexx script for IFA 5.0
  56.  
  57.    CreatePath.irx is intended to make fairly complex paths easier to
  58.    construct. It has a couple of purposes in mind,
  59.      -the construction of movement paths with features like banking around
  60.       the Y axis at any point in the path (ie around corners) for camera
  61.       'flight'
  62.      -the construction of extrusion paths with more control over rotation
  63.       than can be achieved with a simple line and easier control than using
  64.       a path tweeked by hand.
  65.  
  66. It's on the Imagine FTP site already (in the Amiga drawer), Aminet in a
  67. day or two. If you don't have access to either, mail me I'll send it as
  68. an attachment.
  69.  
  70. -Brian
  71.  
  72. ---------------------------------
  73.  
  74. Date:         Sat, 4 Oct 1997 10:53:33 -0600
  75. From: Brian Jones <bjones@cadvision.com>
  76. Subject:      Re: [IML] Quest: Arexx Imagine5
  77.  
  78. Hello Stephen
  79.  
  80. > Hi guys,
  81. >
  82. > could someone PLEASE email me some arexx macros for I5.0
  83. > as arexx is complicated for me, and I'd like to see it work.
  84. >
  85. > thank you in advance...
  86. > steve
  87.  
  88. And thank you for sending the Buddy System... I will try to put it
  89. up on the Imagine FTP site. (or do you have more than 1 volunteer
  90. already?) I just received it right now so I haven't had time to try
  91. it with IFA 5.0. Does it work with your IFA5.0?
  92. Here are some the ARexx scripts I have found on Aminet and on some
  93. IML members sites. I have another script I am working on which will
  94. help create complex paths. I should be done in the next few days I will
  95. send that too when I am done.
  96.  
  97. <<you find this scripts as IARexx.lha in the IIB/Threads/Additional-Directory>>
  98.  
  99. ----------------------------------
  100.  
  101. Date:         Sat, 4 Oct 1997 20:44:21 +0200
  102. From: Conny Joensson <cjo@KIRUNA.SE>
  103.  
  104. I have collected all the ARexx scripts sent over the IML on my
  105. website. They are there for the taking. (Although there are a couple
  106. of new ones that I actually haven't uploaded yet...)
  107.  
  108. ---------------------------------
  109.  
  110.